-
-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] update to Documenter@1.0.0 #3501
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #3501 +/- ##
=======================================
Coverage 98.13% 98.14%
=======================================
Files 37 37
Lines 5536 5545 +9
=======================================
+ Hits 5433 5442 +9
Misses 103 103 ☔ View full report in Codecov by Sentry. |
@mortenpi Looks like it didn't make a difference. Should I try changing the example size threshold? This PR Last |
Nah, that's set to 1 KiB. But yeah, I think the issue is that the figures are using the |
Co-authored-by: Morten Piibeleht <morten.piibeleht@gmail.com>
That's progress! I think? The only pages that now seem to warn about being over the size threshold are the API pages and changelog!
These ones should be debugged -- why isn't there an alternative MIME for these ones?
I am not sure about the utility of these warning. My point is that you should be aware that we're picking a suboptimal representation due to size (otherwise users will complain "why is Documenter not making pretty plots"). But also, real-world docs like JuMP will have a lot of these. I think in an ideal world, I would like the user to somehow disable the One option to improve this is to collect all of these and print just a single warning saying that |
I think they're the DataFrames? There are no plots in geographic clustering https://jump.dev/JuMP.jl/previews/PR3501/tutorials/linear/geographic_clustering/ |
Yeah that sounds good. Although I'd also be happy with it just happening. In what situation is I wonder if documenter could introduce something that we could pirate. Like |
Yeah, that would make sense. It looks like some of them are pretty big as well though, going over the 8K limit.
I did not check explicitly, but e.g. with PlotlyJS? Since you could get SVG + interactivity with
Yeah, something like that could be an option actually. I'll try to remember to open a follow-up issue with this. |
Yip. Just trying the excludes now. |
Thoughts @mortenpi? I think this is good to merge |
If you wait a day, you might be able to get rid of the |
Cool cool. That would be good. So close! |
x-ref JuliaDocs/Documenter.jl#2247
preview: https://jump.dev/JuMP.jl/previews/PR3501/